home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Biomorph 0.77 / Biomorph src / utils.h < prev   
Encoding:
C/C++ Source or Header  |  1992-09-04  |  378 b   |  14 lines  |  [TEXT/ALFA]

  1. #ifndef UTILS_H
  2. #define UTILS_H
  3.  
  4. void Error( int s1, int s2, int s3, int s4, int severity);
  5. void ReadCoords(void);
  6. void WriteCoords(void);
  7. void UserItem(DialogPtr theDialog,short itemNum,void *theProc);
  8. pascal void BoxItem(WindowPtr theWindow,short itemNum);
  9. pascal void OutlineButton(DialogPtr theDialog, short itemNum);
  10. void Print(char *s);
  11. MathType dabs(MathType x);
  12.  
  13.  
  14. #endif